home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 March / macformat-048.iso / Demos / Musee d'Orsay / ORSAY / DATAOR / VRVIS.DXR / 00010.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  324 b   |  24 lines

  1. on mouseDown
  2.   quit()
  3. end
  4.  
  5. on wait wichtime
  6.   set timedeb to the timer
  7.   repeat while (the timer - timedeb) < (wichtime * 60)
  8.     if the mouseDown then
  9.       quit()
  10.     end if
  11.   end repeat
  12. end
  13.  
  14. on startMovie
  15.   cursor(200)
  16.   preLoadCast(3)
  17. end
  18.  
  19. on idle
  20.   if not soundBusy(1) then
  21.     sound playFile 1, "GENERIQ"
  22.   end if
  23. end
  24.